Parser

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

load_file
string load_file(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
ASTNode parse(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_expression
ElementExpression parse_expression(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_level
Element[] parse_level(string input, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_template
ASTNode parse_template(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_tree
Element parse_tree(Element current_element, string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

element_notation
ElementNotation element_notation;
Undocumented in source.

Meta